From 6a4be408e4f7be50ce912570883e6d6e9eb2cf53 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 2 May 2006 09:18:55 +0100 Subject: [PATCH] Remove obsolete privcmd_blkmsg struct. Signed-off-by: Hollis Blanchard --- linux-2.6-xen-sparse/include/xen/public/privcmd.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/linux-2.6-xen-sparse/include/xen/public/privcmd.h b/linux-2.6-xen-sparse/include/xen/public/privcmd.h index a7da5221e8..313204aa32 100644 --- a/linux-2.6-xen-sparse/include/xen/public/privcmd.h +++ b/linux-2.6-xen-sparse/include/xen/public/privcmd.h @@ -62,13 +62,6 @@ typedef struct privcmd_mmapbatch { unsigned long __user *arr; /* array of mfns - top nibble set on err */ } privcmd_mmapbatch_t; -typedef struct privcmd_blkmsg -{ - unsigned long op; - void *buf; - int buf_size; -} privcmd_blkmsg_t; - /* * @cmd: IOCTL_PRIVCMD_HYPERCALL * @arg: &privcmd_hypercall_t -- 2.30.2